✨ Editor's Choice

cloud

cloud

107Kbackend-api

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.

browser-use avatarbrowser-use
Get
apple-hig

apple-hig

84Kagent-workflows

Apple Human Interface Guidelines as 14 agent skills covering platforms, foundations, components, patterns, inputs, and technologies for iOS, macOS, visionOS, watchOS, and tvOS.

nexu-io avatarnexu-io
Get
image-generation

image-generation

78Kbackend-api

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance avatarbytedance
Get
vitest

vitest

108Ktesting-qa

Vitest API and config reference (Jest-compatible) — mocking with vi.*, spies, fake timers, coverage configuration, fixtures, snapshots, and test filtering. Use for Vitest API and configuration questions anywhere in the monorepo; for Studio-specific test strategy and component-test setup, start with studio-testing and studio-mock-api-tests.

supabase avatarsupabase
Get
fsharp-testing

fsharp-testing

238Ktesting-qa

F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices.

affaan-m avataraffaan-m
Get
fix

fix

247Kfrontend

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

facebook avatarfacebook
Get

🆕 New Arrivals

View all
bash-linux

bash-linux

45Ktesting-qa

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

sickn33 avatarsickn33
Get
app-store-optimization

app-store-optimization

45Ktesting-qa

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

sickn33 avatarsickn33
Get
datasheet-reader

datasheet-reader

422productivity

Use `pcb scan` to read datasheets or technical PDFs from files, URLs, or KiCad `Datasheet` properties.

diodeinc avatardiodeinc
Get
google-ads-api-quickstart

google-ads-api-quickstart

19Ksecurity

Guides developers through Google Ads API quickstart: credential setup, choosing from 6 client libraries/REST, configuring environments, and running a "retrieve campaigns" script. Troubleshoots common setup errors: USER_PERMISSION_DENIED, login_customer_id issues, and DEVELOPER_TOKEN_NOT_APPROVED. Use this skill when: - The user asks how to get started with the Google Ads API. - The user needs to set up Google Ads credentials or developer tokens. - The user wants to write a quickstart/example script for Google Ads. - The user encounters errors like USER_PERMISSION_DENIED or DEVELOPER_TOKEN_NOT_APPROVED.

google avatargoogle
Get
backend-code-review

backend-code-review

153Kagent-workflows

Use only when the user explicitly requests a review or audit of backend code under `api/`. Supports pending-change, file-focused, and pasted-diff reviews. Do not use for implementation-only requests, diagnosis without review intent, frontend code, or backend code outside `api/`.

langgenius avatarlanggenius
Get
timestream-influxdb

timestream-influxdb

2.4Ksecurity

Retrieves authoritative guidance on Amazon Timestream for InfluxDB (managed InfluxDB 2, InfluxDB 2 Read Replica Clusters, InfluxDB 3 Core and Enterprise). Applicable to any InfluxDB-on-AWS request including engine selection, provisioning (Marketplace + AmazonTimestreamInfluxDBFullAccess/ConsoleFullAccess IAM), schema design (tags vs fields, cardinality, HTTP/sensor/metric data modeling), migration from LiveAnalytics, Processing Engine plugins, connectivity (port 8086 V2, port 8181 V3, VPC-only by default), and write/query errors.

aws avataraws
Get
property-based-testing

property-based-testing

6.7Ktesting-qa

Writes, reviews, and debugs property-based tests — Hypothesis, fast-check, proptest, jqwik, rapid, and Echidna or Medusa for Solidity invariants. Use whenever tests should cover a whole input domain instead of a hand-picked list of examples: encode/decode and serialize/deserialize pairs, parsers, canonicalizers and normalizers, validators, numeric and Decimal types, comparators and sort order, data structures, and smart-contract state invariants. Also use when adding cases to an existing @given, fast-check, or proptest suite, when judging whether existing property tests assert anything real, and when a generator has shrunk a counterexample and you need to tell a wrong property from a genuine bug. Not for coverage-guided binary fuzzing (libFuzzer, AFL), mutation-testing campaigns, static analysis, benchmarking, or end-to-end UI tests.

trailofbits avatartrailofbits
Get
sandbox-npm-install

sandbox-npm-install

38Ktesting-qa

Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.

github avatargithub
Get
mojo-gpu-fundamentals

mojo-gpu-fundamentals

160writing-content

The basics of how to program GPUs using Mojo. Use this skill in addition to mojo-syntax when writing Mojo code that targets GPUs or other accelerators. Use targeting code to NVIDIA, AMD, Apple silicon GPUs, or others. Use this skill to overcome misconceptions about how Mojo GPU code is written.

modular avatarmodular
Get

What is an AI Agent Skill?

An AI Agent Skill (also known as Claude skills or AI skills) is a reusable capability you can add to an agent to automate tasks like writing, social posting, research, or development workflows.

Think of them as "plugins" for your AI. Browse our Claude skills marketplace to find Claude code templates and open-source GitHub repositories. Most come with a simple one-line installation command.

According to Anthropic's documentation on extending Claude with skills, skills package instructions, scripts, and resources so agents can perform specialized tasks more reliably.

Source: Anthropic — Extend Claude with skills

Skill: Research
v1.2.0 • Installed

Skills vs nearby concepts

AI Agent Skill

What it is

Reusable capability package (often a repo with SKILL.md) that teaches an agent a workflow.

When to use it

You want installable, shareable agent behaviors for Claude Code, Codex, or similar agents.

MCP server

What it is

A protocol endpoint that exposes tools/data to an agent over Model Context Protocol.

When to use it

You need live tool access (APIs, browsers, databases) rather than a static skill package.

Slash command

What it is

Built-in or local shortcut inside an agent UI/CLI.

When to use it

Quick in-product actions; less portable than a full skill.

🔥 Trending This Week

View all
git-guardrails-claude-code

git-guardrails-claude-code

224Kwriting-content

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

mattpocock avatarmattpocock
Get
orca-per-workspace-env

orca-per-workspace-env

49Kagent-workflows

Set up, review, debug, or validate Orca per-workspace environment recipes — on-demand, disposable runtimes (cloud sandboxes, VMs, or local) created fresh for each workspace. Covers first-time setup (provider prerequisites, the reusable base snapshot, the coding-agent auth snapshot, credentials, and state), not just the per-workspace lifecycle scripts. Use to stand up per-workspace environments, fix an `environmentRecipes` entry in `orca.yaml`, scaffold provider lifecycle scripts, or resolve an `orca vm recipe doctor` failure.

stablyai avatarstablyai
Get
ponytail

ponytail

106Kcode-generation

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).

dietrichgebert avatardietrichgebert
Get
poster-hero

poster-hero

89Kdesign-ui

Vertical poster or Moments-style share image with strong visual impact.

nexu-io avatarnexu-io
Get
dogfood

dogfood

233Ktesting-qa

Exploratory QA of web apps: find bugs, evidence, reports.

nousresearch avatarnousresearch
Get
writing-skills

writing-skills

274Kresearch-knowledge

Use when creating new skills, editing existing skills, or verifying skills work before deployment

obra avatarobra
Get
archify

archify

14Kfrontend

Create professional architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML files with SVG graphics, progressive MAP/READ/FULL Reading Depth, selective counted inline legends that enter a Semantic Lens with selection-triggered direction signals, directly operable and shareable stable relationships, exact-edge one-shot Relationship Preview pulses, pre-click Intent Trace path previews, two-endpoint Route Probe analysis, searchable semantic nodes, focus with Semantic Passport context, a live Semantic Radar overview, a Named Chapter Rail with pre-commit Chapter Delta Preview, Shared Anchor Handoff, a directly inspectable Story Beat Navigator with Story Follow Camera, factual Story Director Strip, and one-step Story Horizon, stable Shareable Story Moment links, a reader-controlled Live/Still Motion Governor, Presentation Stage, dependency-free pan/zoom, dark/light themes, optional motion styling, and one-click export to PNG / JPEG / WebP / SVG / WebM. Accepts plain-language descriptions or pasted Mermaid code (flowchart, sequenceDiagram, stateDiagram) and lays the diagram out from scratch in archify style. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology, technical workflows, approval flows, runbooks, CI/CD flows, process diagrams, API call sequences, request lifecycles, data pipelines, ETL/ELT maps, PII boundaries, data lineage, state machines, lifecycle diagrams, status transitions, or asks to convert/beautify a Mermaid diagram.

tt-a1i avatartt-a1i
Get
ppt-master

ppt-master

48Kresearch-knowledge

AI-driven multi-format SVG content generation system. Converts source documents (PDF/DOCX/URL/Markdown) into high-quality SVG pages and exports to PPTX through multi-role collaboration. Use when user asks to "create PPT", "make presentation", "生成PPT", "做PPT", "制作演示文稿", or mentions "ppt-master".

hugohe3 avatarhugohe3
Get
herdr

herdr

31Kagent-workflows

Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, commands, or another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work. Requires HERDR_ENV=1.

herdrdev avatarherdrdev
Get

Browse by Category

View all
Trusted by AI enthusiasts worldwide
4.6K
Skills
603
Authors
206M
Stars
354
New / Week

Counts reflect released skills currently listed in the directory (distinct maintainers, cumulative GitHub stars on listed repos, and new releases in the last 7 days). Updated automatically. Directory snapshot refreshed hourly.

Power your workflows

Discover specialized agents tailored to specific industries and tasks.

Content Creation

Generate blog posts, social media captions, and marketing copy effortlessly using specialized writing agents trained on high-converting frameworks.

Automation

Streamline repetitive tasks like file organization, data entry, and email sorting with intelligent automation scripts that run 24/7.

Data Analysis

Extract insights from large datasets, visualize trends, and generate comprehensive reports in seconds with data-centric agent skills.

Built with open-source maintainers

This directory currently lists 4,565 released skills from 603 GitHub maintainers, with 699 new releases in the last 7 days. Counts come from published listings — not paid reviews.

  • Source-linked listings

    Every skill page points back to its upstream repository so you can inspect code, licenses, and recent commits.

  • Release gating

    Skills are only marked released after automated quality checks. Stars alone are not treated as a security guarantee.

  • Independent directory

    AI Agent Skills is community-run and not affiliated with Anthropic or OpenAI.

How to install a skill

2 minutes
1

Find a skill

Browse our extensive catalog of verified skills. Filter by category, popularity, or rating to find the perfect tool for your specific needs.

2

Copy command

Every skill comes with a simple, one-line installation command. Just click the copy button on the skill's detail page to capture the unique identifier.

3

Paste & run

Open your preferred AI environment like Claude Desktop. Paste the command into the chat or terminal. The system will automatically fetch and verify the skill.
Open Source

Built by the Community

Join thousands of developers contributing to the future of AI. All skills are open-source and vetted by the community.

Frequently Asked Questions

What is the difference between Skills and MCP?

MCP (Model Context Protocol) is the underlying standard protocol. Claude skills and AI skills are the actual tools and capabilities built using this standard that you install to give your AI agent new powers.

Are these skills safe to use?

Most Claude code skills listed in our marketplace are open-source, allowing you to review the code. We verify popular skills, but we always recommend reviewing the requested permissions (like file access or internet) before installation.

How are skills added to the directory?

The directory is maintained from public skill sources and repositories, with automated quality and safety checks before skills are released.

Is this service free?

Yes, browsing and discovering skills on AI Agent Skills is completely free. Most Claude code templates and plugins listed are also open-source and free to use.

What is a Claude skills marketplace?

A Claude skills marketplace is a platform where developers share and discover AI skills, Claude code templates, and plugins. AI Agent Skills focuses on curated, released skills for Claude Code, Codex CLI, and other AI agents.

How do I find Claude code templates?

Use our search feature or browse by category to find Claude code templates. Filter by stars, recent updates, or specific categories like development, automation, or content creation to find the perfect template for your needs.

Can I use multiple skills together?

Yes, you can install and use multiple AI skills simultaneously. Claude skills are designed to work independently, so you can combine a writing skill with a research skill or use several Claude code skills in the same workflow without conflicts.

Where can I inspect a skill's source code?

Open the skill detail page and follow its repository link. Review the README, source files, permissions, and recent activity before installing it.

How do skills differ from slash commands?

Slash commands are built-in shortcuts in Claude Code (like /help or /clear). Claude skills are external capabilities you install to extend your AI agent with new powers—like web search, code review, or content generation. Skills are more powerful and customizable than basic commands.

How often are skills updated?

Skills in our Claude code skills market are updated by their maintainers. Popular AI skills typically receive updates weekly or monthly. You can sort by 'Recently Updated' to find actively maintained Claude skills, and check the GitHub repository for update frequency.

What is marketplace.json?

marketplace.json is a configuration file some skills use to define metadata for the Claude marketplace. It includes the skill name, description, version, and installation instructions. Not all skills require this file—many work directly from their GitHub repository.

Is this website affiliated with Anthropic or OpenAI?

No, AI Agent Skills is an independent Claude skills marketplace created by the community. We are not officially affiliated with Anthropic (makers of Claude) or OpenAI. We curate and list open-source AI skills and Claude code templates from developers worldwide.